﻿@charset "utf-8";

html,
body {
    height: 100%;
}

body {
    position: relative;
}

:root {
    --main-color: #C30D23;
    --dark-color: #333333;
    --blue-color: #0D9ED7;
    --white-color: #fff;
    --red-color: #C30D23;
}

img {
    max-width: 100%;
}

.thumb {
    overflow: hidden;

}
@keyframes pulse {
    from {
        transform: scale(1.1);
    }

    to {
        transform: scale(1);
    }
}



/* footer */
.right_rove {
    position: fixed;
    right: 0;
    bottom: 40px;
    z-index: 9;
}
.right_rove ul {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
}
.right_rove ul li {
    position: relative;
    margin-bottom: 8px;
    overflow: hidden;
}

.right_rove ul li:last-child {
    margin-bottom: 0;
}

.right_rove>ul>li>a {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    /* justify-content: center; */
    width: 56px;
    height: 56px;
    background-color: var(--red-color);
    transition: width .4s;
}
.right_rove>ul>li>a span {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #FFF;
font-size: 16px;
font-weight: 400;
line-height: 26px; 
opacity: 0;
}

.back_top {
    display: none;
    cursor: pointer;
}

.right_rove ul li .hide_tel {
    position: absolute;
    right: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
    width: 150px;
    padding: 20px 15px;
    text-align: center;
    background-color: var(--red-color);
    opacity: 0;
    justify-content: center;
    border-radius: 4px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: -1;
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 10%);
}

.right_rove ul li .hide_tel:before {
    border: solid transparent;
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border-width: 10px;
    border-left-color: var(--red-color);
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.right_rove ul li .hide_tel>a {
    color: #ffffff;
    font-size: 16px;
    background-color: transparent;
    border: none;
    padding: 0;
}

.right_rove ul li:hover {
    overflow: visible;
}

.right_rove ul li:hover .hide_tel {
    opacity: 1;
    z-index: 8;
}
.right_rove>ul>li>a:hover {
    width: 130px;
}
.right_rove>ul>li>a:hover span {
    opacity: 1;
transition: opacity .6s;

}

.footer {
    position: relative;
    padding: 50px 120px 40px 120px;
    background-image: url(../images/footer_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.footer .foot_top {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
}

.foot_top img {
    max-width: 232px;
}

.foot_center {
    padding-top: 40px;
    padding-bottom: 44px;
}

.foot_center_left {
    flex: 1;
    display: flex;
}

.foot_center_right .item {
    padding-bottom: 25px;
}

.foot_center_right .item>div:first-child {
    color: rgba(255, 255, 255, 0.50);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.foot_center_right .item .svg {
    margin: 0 14px 0 0;
}

.foot_center_right .item .svg img {
    width: 24px;
}

.foot_center_right .item p {
    padding-left: 38px;
    padding-top: 10px;
    color: var(--white-color);
    font-family: 'Archivo';
    font-weight: 400;

}

.foot_center_right .item p a {
    color: var(--white-color);
    font-family: 'Archivo';
}

.foot_center_right .item:first-child p {
    font-size: 28px;
    font-weight: 700;
}

.foot_center_right .foot_map {
    padding-left: 38px;
}

.foot_center_right .foot_map a {
    position: relative;
    display: inline-flex;
    padding: 10px 36px;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--white-color);
    color: var(--white-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    z-index: 1;
}

.foot_center_right .foot_map a::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--main-color);
    transform-origin: center right;
    transform: scaleX(0);
    transition: transform 0.25s ease-in-out;
}

.foot_center_right .foot_map a:hover {
    border-color: var(--main-color);
}

.foot_center_right .foot_map a:hover::before {
    transform-origin: center left;
    transform: scaleX(1);
}



.footer-bottom-item {
    margin-right: 100px;
}

.footer-bottom-item h3 {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
}

.footer-bottom-item div {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
}

.footer-bottom-item a {
    display: block;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.60);

    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.footer-bottom-item a:hover {
    color: rgba(255, 255, 255, 1);

}

.foot_bottom {
    color: rgba(255, 255, 255, 0.60);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.foot_bottom a {
    color: rgba(255, 255, 255, 0.60);
    line-height: 24px;
}

.foot_bottom a:hover {
    color: rgba(255, 255, 255, 1);

}

@media screen and (max-width:1680px) {
    .footer-bottom-item {
        margin-right: 80px;
    }

}

@media screen and (max-width:1580px) {
    .footer-bottom-item {
        margin-right: 60px;
    }

}

@media screen and (max-width:1440px) {
    .footer-bottom-item {
        margin-right: 44px;
    }

}

@media screen and (max-width:1366px) {
    .footer-bottom-item {
        margin-right: 35px;
    }

}


@media screen and (max-width:1279px) {
    .foot_center {
        flex-wrap: wrap;
    }

    .foot_center_left {
        justify-content: space-between;
        margin-right: 30px;
    }

    .footer-bottom-item {
        margin-right: 10px;
    }
}

@media screen and (max-width:1200px) {
    .foot_center_left {
        flex: inherit;
        margin-right: 0;
        width: 100%;
    }

    .footer-bottom-item {
        margin-right: 0;
    }

    .foot_center {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .foot_center_right {
        width: 100%;
        padding-top: 30px;
        display: flex;
        justify-content: space-between;
    }
}

@media screen and (max-width:991px) {

    .footer {
        padding: 50px 40px 40px 40px;
    }


    .foot_bottom {
        flex-wrap: wrap;
    }
}

@media screen and (max-width:767px) {
    .right_rove>ul>li>a {
        width: 46px;
        height: 46px;
        padding-left: 10px;
        padding-right: 6px;
    }

    .footer {
        padding: 30px 20px 20px 20px;
    }

    .footer .foot_top {
        padding-bottom: 20px;
    }
    .footer .foot_top  img {
        max-width:142px;
    }
    .foot_center_left {
        display: none;
    }

    .foot_center_right {
        display: block;
        padding-top: 0;
    }

    .foot_bottom {
        padding-top: 10px;
    }

    .foot_center_right .item:first-child p {
        font-size: 24px;
    }

}

/* button */
.more_n {
    display: flex;
}


.more_n button {
    position: relative;
    padding: 16px 40px;
    background: rgba(217, 217, 217, 0.20);
    border: none;
    height: 58px;
    transition: background-color .4s ease-in-out .1s;
    overflow: hidden;
    cursor: pointer;
}

.more_n a span {
    color: var(--white-color);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.more_n .line_top {
    position: absolute;
    z-index: 1;
    backdrop-filter: blur(4px);
    background-color: rgba(217, 217, 217, 0.80);
}

.more_n.white .line_top {
    background-color: rgba(217, 217, 217, 0.80);
}

.button_border_W0i {
    width: 1px;
    height: 100%;
}

.button_border_W0x {
    width: 100%;
    height: 1px;
}

.button_border_left {
    left: 0;
    top: 0;
}

.button_border_right {
    right: 0;
    top: 0;
}

.button_border_top {
    left: 0;
    top: 0;
}

.button_border_bottom {
    left: 0;
    bottom: 0;
}

.w100 {
    width: 100%;
    height: 100%;
    position: relative;
}

.button_border_W0i .button_line__d {
    width: 1px;
    height: 50%;
}

.button_border_W0x .button_line__d {

    width: 50%;
    height: 1px;
}

.button_line__d {
    position: absolute;
    transition: transform .3s ease;
    background-color: var(--red-color);
}

.more_n.white .button_line__d {
    background-color: var(--white-color);
}

.button_line__top {
    left: 0;
    top: 0;
    transform: translateY(calc(-100% + 6px));
}

.button_line__bottom {
    left: 0;
    bottom: 0;
    transform: translateY(calc(100% - 6px));
}

.button_line__left {
    left: 0;
    top: 0;
    transform: translate(calc(-100% + 12px));
}

.button_line__right {
    right: 0;
    top: 0;
    transform: translate(calc(100% - 12px));
}

.more_n a:hover button {
    background-color: var(--red-color);
}

.more_n a:hover .button_line__d {
    transform: translate(0);
}



@media screen and (max-width:767px) {
    .more_n button {
        padding: 12px 30px;
        height: 50px;

    }


}

/* 内页公共 */
.page_content {
    width: 100%;
    min-height: 50vh;
}

.height92 {
    height: 92px;
}

.pt40 {
    padding-top: 40px;
}

.page_menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0px;
    z-index: 9;
}

.page_menu_fixed {
    position: relative;
    background: rgba(0, 0, 0, 0.40);
    backdrop-filter: blur(4px);
    /* background: rgba(195, 13, 35, 0.90); */
    width: 100%;
    z-index: 99;
}

.page_menu .container>div:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page_menu_left>ul {
    margin-left: -24px;
    margin-right: -24px;
}

.page_menu_left>ul>li {
    float: left;
    padding: 0 24px;
    position: relative;
}

.page_menu_left>ul>li>a {
    position: relative;
    padding: 24px 0;
    display: block;
    color: rgba(255, 255, 255, 0.80);
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}

.page_menu_left>ul>li>a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: var(--white-color);
    transition: width .4s;
}

.page_menu_left>ul>li>a:hover,
.page_menu_left>ul>li.active>a {
    color: var(--white-color);
}

.page_menu_left>ul>li>a:hover:before,
.page_menu_left>ul>li.active>a::before {
    width: 100%;
}

.page_menu_right {
    display: flex;
    align-items: center;
}

.page_menu_right a {
    margin-right: 10px;
    line-height: 20px;

}

.page_menu_right a:first-child {
    width: 20px;
    height: 20px;
    background-image: url(../images/home.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    font-size: 0;

}

.page_menu_right a:nth-child(n + 2) {
    padding-right: 18px;
    color: rgba(255, 255, 255, 0.80);
    font-size: 14px;
    font-weight: 400;
    background-image: url(../images/line.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 8px 13px;

}

.page_menu_right a:nth-child(n + 2):hover {
    color: var(--white-color);
    opacity: 1;
}

.page_menu_right a:last-child {
    margin-right: 0;
    padding-right: 0;
    background-image: none;
}

/* 移动端二级 */

.video_menu .video_menu_up {
    padding: 0 20px;
    color: #FFFFFF;
    line-height: 48px;

}

.video_menu .video_menu_up a {
    color: inherit;
    font-weight: 400;
}

.video_menu .video_menu_up i {
    position: absolute;
    right: 20px;
    width: 20px;
    height: 48px;
    background-image: url(../images/affix_icon_dropdown.svg);
    background-size: 16px 16px;
    background-position: center;
    background-repeat: no-repeat;
}

.video_menu .video_menu_up.arrow i {
    background-image: url(../images/bottom_link_icon.svg);
}

.video_menu .video_menu_dropdown {
    position: absolute;
    left: 0;
    top: 48px;
    width: 100%;
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.video_menu .video_menu_dropdown ul {
    padding: 0 20px;
    padding-bottom: 16px;
    padding-top: 4px;
    height: 0;
}

.video_menu .video_menu_dropdown.shows {
    height: auto;
    overflow: auto;
    opacity: 1;

    background: rgba(195, 13, 35, 0.90);
}

.video_menu .video_menu_dropdown.shows ul {
    height: auto;
}

.video_menu .video_menu_dropdown ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.video_menu .video_menu_dropdown>ul>li>a {
    display: block;
    font-weight: 400;
    color: #FFFFFF;
    padding: 12px 0;
    font-size: 16px;
}

@media (max-width:1279px) {
    .page_menu_left>ul {
        margin-left: -16px;
        margin-right: -16px;
    }

    .page_menu_left>ul>li {
        padding: 0 16px;
    }


}

@media (max-width:1200px) {
    .page_menu_right.pc_show {
        display: none;
    }

}

@media (max-width:767px) {

    .page_menu {
        top: inherit;
        margin-top: 80px;
    }

    .page_menu .container>div:first-child {
        display: block;
        overflow: hidden;
    }

    .page_menu_fixed>.container:first-child {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .page_menu>.page_menu_left {
        width: 100%;
    }

    .page_menu .page_menu_right {
        width: 100%;
        margin-top: 15px;
    }

    .page_menu_left {
        padding-top: 10px;
    }

    .page_menu_left a {
        padding-top: 0;
    }

    .page_menu_right>a:first-child {
        background-image: url(../images/page_house.svg);
    }

    .page_menu_right>a:nth-child(n + 2) {
        color: #666;
        background-image: url(../images/page_jt.svg);
    }

    .page_menu_right>a:nth-child(n+2) {
        padding-right: 20px;
        margin-right: 4px;
    }

    .page_menu_right>a:last-child {
        margin-right: 0;
        background-image: none;
    }

    .page_menu_right>a:nth-child(n+2):hover {
        color: var(--red-color);
    }

    .page_menu_left ul {
        margin-left: -10px;
        margin-right: -10px;
    }

    .page_menu_left ul li {
        padding: 10px;
        padding-bottom: 0;
    }

    .page_menu_left a {
        padding: 0 0 6px 0;
        color: var(--dark-color);
        font-size: 16px;
    }

    .page_menu_left a:hover,
    .page_menu_left .active a {
        color: var(--red-color);
    }

    .page_menu_left a::before {
        background-color: var(--red-color);
    }
    .page_menu_fixed {
      
        background: rgba(195, 13, 35, 0.90);
      
    }
}


@keyframes jumpDown {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(5px)
    }

    100% {
        transform: translateY(0)
    }
}

/*page*/
.paged {
    padding: 50px 0 80px 0;
    text-align: center;
    overflow: hidden;
}

.paged .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.paged .pagination li {
    display: inline-block;
}

.paged:after {
    clear: both;
    content: '';
    width: 0px;
    display: block;
    height: 0px;
    visibility: hidden;
}

.paged span,
.paged a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0, 0, 0, 0.30);
    font-family: 'Archivo';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    margin: 0 4px;
    height: 46px;
    width: 46px;
    line-height: normal;
}

.paged a:hover,
.paged .active span {
    opacity: 1;
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.paged ul li:first-child span,
.paged ul li:last-child a,
.paged ul li:first-child a,
.paged ul li:last-child span {
    width: 46px;
    height: 46px;
}
.paged ul li:first-child img:nth-child(2) {
    display: none;
}
.paged ul li:last-child img:nth-child(2) {
    display: none;
}

.paged ul li:hover:last-child img:nth-child(1) {
    display: none;
}

.paged ul li:hover:last-child img:nth-child(2) {
    display: block;
}

.paged ul li:hover:first-child img:nth-child(1) {
    display: none;
}

.paged ul li:hover:first-child img:nth-child(2) {
    display: block;
}
.paged .pagination li.disabled {
    cursor: default;
    pointer-events: none; 
}



@media (max-width:991px) {
    .page_ban {
        height: 450px;
    }

    .ban_mask .ban_w {
        display: none;
    }

    .new_top .new_big_r {
        padding: 60px 30px;
    }

    .new_top .new_big .more {
        margin-top: 60px;
        padding-top: 35px;
    }
}

@media (max-width:767px) {
    .page_ban {
        height: auto;
    }

    .page_ban .ban_img {
        position: relative;
    }

    .page_menu {
        /* background: #050505; */
    }

    .page_menu .ul li a {
        padding: 20px 0;
        font-size: 16px;
        line-height: 26px;
    }

    .paged {
        padding: 30px 0 30px 0;
    }

    .paged span,
    .paged a {
        font-size: 14px;
        padding: 0 5px;
        margin: 0 2px;
        width: 40px;
        height: 40px;
    }

    .paged ul li:first-child span,
    .paged ul li:last-child a,
    .paged ul li:first-child a,
    .paged ul li:last-child span {
        width: 40px;
        height: 40px;
    }

}

/* updown */

.scrill {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    z-index: 6;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    transition: opacity 1.6s;
}

.scrillm {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
}

.scrillwz {
    width: 100%;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    text-align: center;
    font-weight: 400;
    line-height: 26px;
}

.scrillm span {
    margin-top: 8px;
}

.scrillm span {
    animation: jumpDown 1.9s infinite
}

@media (max-width:1366px) {


    .scrill {
        bottom: 20px;
    }
}

/* 领导关怀 */
.pic_list .page_menu {
    top: 92px;
}

.ldgh_cont {
    padding-top: 140px;
}

.ldgh_title {
    font-weight: 700;
    line-height: 1.5;
}

.ldgh_title strong,
.ldgh_title span {
    display: block;
}

.ldgh_title strong {
    color: var(--main-color);
    font-weight: 700;
    line-height: 1.5;
}

.ldgh_title span {
    padding-top: 4px;
    color: var(--dark-color);
    font-weight: 400;
    line-height: 1.5;
}

.ldgh_title p {
    padding-top: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.ldgh_pic_list {
    padding-top: 28px;
}

.ldgh_pic_list ul {
    margin-left: -12px;
    margin-right: -12px;
}

.ldgh_pic_list ul li {
    padding: 12px;
    width: 33.33%;
    float: left;
}

.ldgh_pic_list .thumb i {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ldgh_pic_list .thumb i {
    -webkit-transition: -webkit-transform 1.3s;
    transition: -webkit-transform 1.3s;
    -o-transition: transform 1.3s;
    transition: transform 1.3s;
    transition: transform 1.3s, -webkit-transform 1.3s;
    -webkit-transition: transform 1.3s;
}

.ldgh_pic_list ul li:hover .thumb i {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}

.ldgh_pic_list .t {
    margin-top: 24px;
    color: var(--dark-color);
    font-size: 16px;
    height: 52px;
    font-weight: 400;
    line-height: 26px;
}

.ldgh_pic_list .line {
    margin-top: 24px;
    position: relative;
    width: 100%;
    height: 1px;
}

.ldgh_pic_list .line::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #D9D9D9;
}

.ldgh_pic_list .line::after {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--main-color);
    transition: width .6s;
}

.ldgh_pic_list ul li:hover .line::after {
    width: 100%;
}


@media (max-width:767px) {
    .ldgh_cont {
        padding-top: 160px;
    }

    .pic_list .page_menu {
        top: 0;
    }

    .ldgh_pic_list ul li {
        width: 50%;
    }

}

@media (max-width:500px) {

    .ldgh_pic_list ul li {
        width: 100%;
    }

}



/* 分享 */

.share_mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
    z-index: 1111;
    display: none;
}

.share_box {
    position: fixed;
    top: 50%;
    width: 298px;
    padding: 0 20px;
    border-radius: 24px;
    background: #FFF;
    left: 50%;
    z-index: 11111;
    display: none;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
}

.share_box .share_list {
    padding-top: 46px;
    padding-bottom: 30px;
}

.share_box .sub {
    text-align: center;
    color: var(--dark);
    font-family: "Rubik";
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

.share_box .share_list ul {
    display: flex;
    justify-content: space-around;
}

.share_box .share_list ul li {
    padding-top: 22px;
    width: 33%;
    cursor: pointer;
}

.share_box .share_list ul li p {
    font-size: 16px;
    font-weight: 400;
    color: var(--dark);
    margin-top: 8px;
    line-height: 24px;
    text-align: center;
}

.cancel_share {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 30px;
    height: 30px;
    font-size: 0;
    background-image: url(../images/share_close.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
    z-index: 9;
}

.share_bg {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--main-color);
    margin: 0 auto;
    text-align: center;
}

/* 案例 banner */
.case_banner {
    position: relative;
    width: 100%;
    height: 572px;
    overflow: hidden;
}

.case_banner .ban_img {
    width: 100%;
    height: 100%;
}

.case_banner .ban_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case_banner .page_menu {
    top: inherit;
    bottom: 0;
}

.case_banner .case_mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(83deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.20) 100%);
    z-index: 7;
}

.case_ban_cont {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
}

.case_ban_cont>.container {
    padding-top: 32px;
}

.case_ban_cont .case_ban_text {
    padding-top: 155px;
}

.case_ban_cont .case_ban_text h2 {
    color: var(--white-color);
    font-weight: 700;
    line-height: 1.5;
    /* 150% */
}

.case_ban_cont .case_ban_text p {
    padding-top: 4px;
    color: rgba(255, 255, 255, 0.50);

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

@media screen and (max-width:1440px) {
    .case_banner {
        height: 500px;
    }

    .case_ban_cont .case_ban_text {
        padding-top: 135px;
    }

}

@media screen and (max-width:1366px) {
    .case_banner {
        height: 450px;
    }

    .case_ban_cont .case_ban_text {
        padding-top: 100px;
    }
}

@media screen and (max-width:1280px) {
    .case_banner {
        height: 420px;
    }

    .case_ban_cont .case_ban_text {
        padding-top: 70px;
    }
}

@media screen and (max-width:767px) {

    .case_banner {
        height: auto;
    }

    .case_ban_cont>.container {
        height: 100%;
    }

    .case_ban_cont .case_ban_text {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        padding-top: 120px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .case_ban_cont .case_ban_text p {
        display: none;
    }
}

@media screen and (max-width:360px) {
    .case_ban_cont .case_ban_text h2 {
        font-size: 22px;
    }

}


/* honor pic */
.honor_content {
    position: relative;
    padding: 45px 0;
    background-image: url(../images/honor_bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

.honor_content::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 166px;
    background-image: url(../images/honor_bg2.png);
    z-index: -1;
}

.honor_title h2 {
    color: var(--dark-color);
    font-weight: 700;
    line-height: 1.5;
}

.honor_title p {
    padding-top: 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.honor_tab ul {
    margin-left: -8px;
    margin-right: -8px;
    display: flex;
    align-items: center;
}

.honor_tab ul li {
    padding: 0 8px;
}

.honor_tab ul li a {
    display: inline-block;
    position: relative;
    padding: 16px 48px;
    border: 1px solid rgba(143, 143, 143, 0.80);
    backdrop-filter: blur(4px);
    background-color: rgba(217, 217, 217, 0.20);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;

}

.honor_tab ul li a::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--main-color);
    transform-origin: center right;
    transform: scaleX(0);
    transition: transform 0.25s ease-in-out;
}

.honor_tab ul li.active a {
    color: var(--white-color);
    border-color: var(--main-color);
}

.honor_tab ul li.active a::before {
    transform-origin: center left;
    transform: scaleX(1);
}

.honor_content .tab_box .pub-show {
    width: 100%;
    display: none;
    opacity: 0;
}

.honor_content .tab_box .pub-show.d-show {
    display: inline-block;
    opacity: 1;
}

.honor_content .rs_cen {
    padding-top: 54px;
}

.honor_content .rs_cen .bg {
    position: relative;
    z-index: 1;
}


.honor_content .bg img {
    width: 100%;
}

.honor_content .rs_cen .swiper-slide .bg {
    transition: 0.4s;
    transform: scale(0.8);
    transform-origin: center bottom;
    width: 100%;
}

.honor_content .rs_cen .swiper-slide-active .bg {
    transform: scale(1);
}

.honor_content .rs_cen .swiper_list p {
    display: none;
    padding-top: 32px;
    color: var(--dark-color);
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
}

.honor_content .rs_cen .swiper_list p.active {
    display: block;
}

.honor-pagination {
    position: relative;
    padding-top: 45px;
    text-align: center;
}

.honor-pagination span {
    width: 24px;
    height: 3px;
    background: rgba(0, 0, 0, 0.20);
    border-radius: 0;
    margin: 0 4px;
    opacity: 1;
    transition: width .4s;
    cursor: pointer;
}

.honor-pagination span.swiper-pagination-bullet-active {
    background-color: var(--main-color);
    width: 48px;
}



@media (max-width:991px) {

    .honor_tab ul li a {
        padding: 12px 28px;
    }
    .honor-pagination span {
        width: 10px;
        height: 3px;
  
    }
    
    .honor-pagination span.swiper-pagination-bullet-active {
        width: 12px;
    }

}

@media (max-width:767px) {

    .honor_content .rs_cen .t {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.2;
    }

    .honor_b_title {
        display: block;
    }

    .honor_tab {
        padding-top: 25px;
    }

    .honor_tab ul {
        justify-content: flex-end;
    }

    .honor_tab ul li a {
        padding: 10px 20px;
    }

    .honor-pagination {
        padding-top: 25px;
    }

    .honor-pagination span.swiper-pagination-bullet-active {
        width: 30px;
    }

}



/* strech */
.strech_one_cont {
    padding-top: 56px;
}

.strech_one_cont .left .red_title {
    color: var(--main-color);

    font-weight: 700;
    line-height: 1.5;
}

.strech_one_cont .left .black_title {
    color: var(--dark-color);
    font-weight: 400;
    line-height: 1.5;
}

.strech_one_cont .right {
    margin-left: 100px;
    max-width: 708px;
    flex: 1;
}

.strech_one_cont .right ul {
    padding-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.strech_one_cont .right ul li {
    position: relative;
    float: left;
}

.strech_one_cont .right ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.strech_one_cont .right .line {
    width: 1px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.10);
}

.strech_one_cont .right ul li .num span {
    color: var(--main-color);
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    line-height: 1.1;
}

.strech_one_cont .right ul li .num em {
    color: var(--main-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.strech_one_cont .right p {
    padding-top: 15px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.strech_one_img {
    position: relative;
    margin-top: 50px;
    overflow: hidden;
}

.strech_one .strech_one_img>div:first-child {
    top: 0;
    right: 0;
    height: 100%;
    background-color: #fff;
    position: absolute;
    -webkit-transition: 1s linear;
    -o-transition: 1s linear;
    transition: 1s linear;
    z-index: 30;
}

@media screen and (max-width:991px) {}

@media screen and (max-width:1200px) {
    .strech_one_cont {
        flex-wrap: wrap;
    }

    .strech_one_cont .right {
        padding-top: 30px;
        margin-left: 0;
        max-width: 708px;
        flex: inherit;
    }

}

@media screen and (max-width:767px) {
    .strech_one_cont {
        padding-top: 50px;
    }

    .strech_one .strech_one_img>div:first-child {
        display: none;
    }

}

@media (max-width:540px) {
    .strech_one_cont .right {
        width: 100%;
    }

    .strech_one_cont .right ul {
        flex-wrap: wrap;

    }

    .strech_one_cont .right ul li {
        width: 50%;
        text-align: left;
        padding-bottom: 20px;
        padding-right: 0;
        margin-right: 0;
    }

    .strech_one_cont .right ul li:before {
        display: none;
    }

    .strech_one_cont .right ul li:last-child {
        padding-bottom: 0;
    }

    .strech_one_cont .right .line {
        display: none;
    }

    .strech_one_cont .right p {
        padding-top: 5px;
    }

}

.strech_two {
    padding-top: 70px;
    padding-bottom: 95px;
    overflow: hidden;
}

.strech_title {
    color: var(--dark-color);
    font-weight: 700;
    line-height: 1.5;
}

.stre_swiper {
    margin-top: 48px;
    padding-bottom: 48px;
    overflow: visible;
}

.stre_swiper .swiper-slide {
    overflow: hidden;
    cursor: url('../images/cusor.svg'), auto;

}

.stre_swiper .swiper-slide .i {
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.stre_swiper .swiper-slide .i::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 100%);
}

.stre_swiper .stre_swiper_t {
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 62%;
    z-index: 1;
}

.stre_swiper .stre_swiper_t::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--main-color);
    z-index: -1;
}

.stre_swiper .stre_swiper_t>div {
    padding: 32px;
    color: var(--white-color);
    font-weight: 700;
    line-height: 1.5;
}

.stre_swiper .swiper-slide-active .stre_swiper_t {
    bottom: 0;
    transition: all 0.8s ease;
}

.stre_swiper .stre-pagination {
    position: absolute;
    bottom: 0;
    text-align: center;
}

.stre_swiper .stre-pagination span {
    width: 24px;
    height: 3px;
    background: #D9D9D9;
    border-radius: 0;
    opacity: 1;
}

.stre_swiper .stre-pagination span.swiper-pagination-bullet-active {
    width: 48px;
    background-color: var(--main-color);
}

@media screen and (max-width:767px) {
    .strech_two {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .stre_swiper {
        margin-top: 30px;
        padding-bottom: 30px;
    }

    .stre_swiper .stre-pagination span {
        width: 20px;
    }

    .stre_swiper .stre_swiper_t>div {
        padding: 12px 20px;
    }

    .stre_swiper .stre-pagination span.swiper-pagination-bullet-active {
        width: 30px;
    }


}

/* 水平连铸工艺 */
.sp_gongyi_one {
    position: relative;
    z-index: 1;
}

.sp_gongyi_one::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 70%;
    background: linear-gradient(180deg, rgba(245, 247, 250, 0.00) 0%, #F5F7FA 100%);
    z-index: -1;
}

.sp_gongyi_one .about_video {
    margin-top: 25px;
    position: relative;
}

.sp_gongyi_one .about_video video {
    width: 100%;
    max-height: 810px;
}

.sp_gongyi_one .about_video .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.sp_gongyi_one .about_video .about_video_play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    cursor: pointer;
}

.sp_gongyi_one .about_video .about_video_play i {
    width: 120px;
    height: 120px;
    display: inline-block;
    background-image: url(../images/play_button.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    animation: pulse 1s alternate ease-in-out infinite;
}

.sp_gongyi_one .about_video .about_video_play p {
    margin-top: 16px;
    color: var(--white-color);
    text-align: center;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

@media (max-width:1279px) {
    .sp_gongyi_one .about_video .about_video_play i {
        width: 100px;
        height: 100px;
    }

}

@media (max-width:991px) {
    .sp_gongyi_one .about_video .about_video_play i {
        width: 80px;
        height: 80px;
    }

}

@media (max-width:767px) {

    .sp_gongyi_one .about_video .about_video_play i {
        width: 40px;
        height: 40px;
    }

}

.sp_gongyi_two {
    padding-top: 70px;
    padding-bottom: 45px;
    overflow: hidden;
}

.sp_gongyi_t {
    color: var(--dark-color);
    font-weight: 700;
    line-height: 1.5;
}

.sp_gongyi_text {
    padding-top: 16px;
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.sp_gongyi_list {
    padding-top: 28px;
}

.sp_gongyi_list ul {
    margin-left: -12px;
    margin-right: -12px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.sp_gongyi_list ul li {
    width: 50%;
    float: left;
    padding: 12px;
}

.sp_gongyi_list .bg {
    width: 100%;
    height: 100%;
    /* background:#F4F4F4; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.sp_gongyi_text2 {
    padding-top: 28px;
    color: var(--dark-color);

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.sp_gongyi_three {
    padding: 85px 0 75px 0;
    background: #F4F4F4;
    overflow: hidden;
}

.sp_gongyi_three .sp_gongyi_list .bg {
    /* background: #FFF; */
}

.pt28 {
    padding-top: 28px;
}

@media (max-width:767px) {
    .sp_gongyi_two {
        padding-top: 50px;
        padding-bottom: 45px;
    }

    .sp_gongyi_three {
        padding: 50px 0 50px 0;
    }

    .sp_gongyi_list ul li {
        width: 100%;
    }
}

/* 品质保障 */
.sc_pz_cont {
    padding-top: 55px;
}

.sc_pz_menu ul {
    margin-left: -8px;
    margin-right: -8px;
    overflow: hidden;
}

.sc_pz_menu ul li {
    float: left;
    padding-left: 8px;
    padding-right: 8px;
}

.sc_pz_menu ul li a {
    display: block;
    padding: 16px 48px;
    color: #666;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    border: 1px solid #666;
}

.sc_pz_menu .active a {
    color: var(--white-color);
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.quality_box .t {
    color: var(--dark-color);
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}

.quality_box .text {
    padding-top: 16px;
    color: #666;

    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.test_swiper {
    margin-top: 30px;
}

.test_swiper .swiper-slide i,
.exper_swiper .swiper-slide i {
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.test_swiper .stre_swiper_t {
    position: absolute;
    right: 0;
    bottom: -100%;
    width: 50%;
    z-index: 1;
}

.test_swiper .stre_swiper_t::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: var(--main-color);
    z-index: -1;
}

.test_swiper .stre_swiper_t>div {
    padding: 32px;
    color: var(--white-color);
    font-weight: 700;
    line-height: 1.5;
}

.test_swiper .swiper-slide-active .stre_swiper_t {
    bottom: 0;
    transition: all 0.8s ease;
}

.test_lis {
    padding-top: 30px;
    width: 100%;
}

.test_lis .num {
    font-family: 'Archivo';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.test_lis .num em {
    margin-left: 4px;
    margin-right: 4px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.test_lis .num .active {
    color: var(--main-color);
    font-size: 24px;
}

.test_lis .test-pagination {
    position: relative;
    width: calc(100% - 180px);
    height: 1px;
    background-color: rgba(0, 0, 0, 0.10);
}

.test_lis .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: var(--main-color);
}

.test_lis .anan div {
    cursor: pointer;
}

.test_lis .anan div:first-child {
    margin-right: 8px;
}

.test_lis .anan div:hover svg path {
    stroke: var(--main-color);
}

.exper_loop {
    position: relative;
}

.a {
    background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
}

.exper_swiper {
    margin-top: 30px;
    overflow: visible;
}

.exper_swiper::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 20;
}

.exper_swiper:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -100%;
    z-index: 20;
    /* background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0.05) 100%); */
    /* background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0.1) 100%); */
    /* background-color: rgba(255, 255, 255, 0.6); */
}

.exper_swiper .swiper-slide-duplicate-prev {
    opacity: 0.6;
}

.exper_swiper .title {
    padding: 24px 0;
    border-bottom: 1px solid #D9D9D9;
}

.exper_swiper .title div {
    color: var(--dark-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

#quality_01 {
    padding-top: 55px;
}

#quality_02 {
    padding-top: 55px;
    padding-bottom: 80px;
    overflow: hidden;
}

#quality_03 {
    padding-top: 55px;
}

#quality_03 {
    position: relative;
    padding: 45px 0;
    background-image: url(../images/tx_bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

#quality_03::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 250px;
    background: linear-gradient(42deg, rgba(255, 255, 255, 0.00) 48.36%, #FFF 113.42%), linear-gradient(180deg, #D9D9D9 0%, #F5F5F5 184.57%);
    z-index: -1;
}

#quality_03 .honor_content {
    background: none;
    padding-top: 70px;
    padding-bottom: 0;
}

#quality_03 .honor_content::before {
    display: none;
}

#quality_03 .honor_content .rs_cen {
    padding-top: 0;
}

@media (max-width:767px) {
    .sc_pz_menu ul {
        margin-left: -4px;
        margin-right: -4px;
    }
    
    .sc_pz_menu ul li {
        padding-left: 4px;
        padding-right: 4px;
    }
    .sc_pz_cont {
        padding-top: 45px;
    }

    .sc_pz_menu ul li {
        padding-bottom: 8px;
        width: 33.33%;
    }

    .sc_pz_menu ul li a {
        padding: 12px 6px;
    }

    #quality_01,
    #quality_02 {
        padding-top: 45px;
    }

    #quality_02 {
        padding-bottom: 50px;
    }

    .test_swiper .stre_swiper_t {
        width: 70%;
    }

    .test_swiper .stre_swiper_t>div {
        padding: 12px 20px;
    }

    .test_lis .anan div svg {
        width: 26px;
    }

    .test_lis .num .active {
        font-size: 20px;
    }
    .exper_swiper .title {
        padding: 16px 0;
    }

}

/* 铜包铝线工艺 */
.tbl_text {
    padding-top: 20px;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.tbl_img {
    padding-top: 60px;
    padding-bottom: 75px;
}

/* contact us*/
.contact_map {
    width: 100%;
    height: 750px;
}

.contact_cont {
    width: 100%;
    background-color: var(--white-color);
}

.contact_cont_box {
    position: relative;
    margin-top: -280px;
    padding: 48px;
    padding-bottom: 15px;
    background: #FFF;
    z-index: 9;
}

.contact_cont_box .t {
    color: var(--dark-color);
    font-weight: 700;
    line-height: 1.5;
}

.contact_cont_box .text {
    padding-top: 13px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.contact_cont_box .contact_box_top .more_n span {
    height: 24px;
    display: block;
    color: #666;
    padding-left: 30px;
    background-image: url(../images/contact_globe.svg);
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: left;
}

.contact_cont_box .contact_box_top .more_n a:hover span {
    color: var(--white-color);
    background-image: url(../images/contact_globe_b.svg);
}

.contact_box_list {
    padding-top: 25px;
}

.contact_box_list ul {
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
    flex-wrap: wrap;
}

.contact_box_list ul li {
    padding: 20px;
    float: left;
}

.contact_box_list ul li:first-child {
    width: 28.5%;
}

.contact_box_list ul li:nth-child(2) {
    width: 28.5%;
}

.contact_box_list ul li:nth-child(3) {
    width: 43%;
}

.box_list01 {
    padding-top: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.box_list01 .title {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.box_list01 .two_t {
    padding-top: 16px;
    color: var(--dark-color);
    font-family: Archivo;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}

.box_list01 .two_t a {
    font-size: inherit;

}

.box_list01 .icon {
    padding-top: 16px;
}

.box_list01 .icon img {
    width: 40px;
}
.contact_box_bottom {
    margin-top: 40px;
    padding-bottom: 70px;
    padding-top: 16px;
    border-top:1px solid rgba(0, 0, 0, 0.10);
}
.contact_box_bottom .title {
    color:#666;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px;
}
.box_bottom_list {
    padding-top: 30px;
    display: flex;
}
.box_bottom_list .ul {

}
.box_bottom_list .ul .li {
    position: relative;
padding-right: 32px;

margin-right: 32px;
float: left;
}
.box_bottom_list .ul .li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 35px;
    background-color: rgba(0, 0, 0, 0.10);
}
.box_bottom_list .ul .li:last-child {
    padding-right: 0;
    margin-right: 0;
}
.box_bottom_list .ul .li:last-child:before {
    display: none;
}
.box_bottom_list .ul .li .right {
    padding-left: 16px;
}
.box_bottom_list .t {
    color: var(--dark-color);
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 32px;
}
.box_bottom_list .p {
    padding-top: 4px;
    color: #666;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; 
}
.eject_cont {
    position: relative;
}
.eject_cont .eject_tc {
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    margin-left: -58px;
    transform: translateY(-20px);
    padding: 8px;
    background: #EBEBEB;
    opacity: 0;
    justify-content: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: -1;
}

.eject_cont .eject_tc:before {
    content: ' ';
    position: absolute;
    background-image: url(../images/polygon.svg);
    background-repeat: no-repeat;
    width: 22px;
    height: 12px;
    bottom: -12px;
    left: 50%;
    margin-left: -10px;
}

.eject_cont .eject_tc .img_ {
    width: 140px;
    text-align: center;
}
.eject_cont:hover {
    overflow: visible;
}

.eject_cont .eject_tc.m_show {
    opacity: 1;
    transform: translateY(0);
    z-index: 99;
}
.contact_last {
    position: relative;
    padding-top: 130px;
    padding-bottom: 45px;
    overflow: hidden;
    z-index: 1;
}
.contact_last .white_bg {
    padding: 40px;
    background: #FFF;
    overflow: hidden;
}
.bg_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 520px;
    z-index: -1;
}
.bg_img .index_five_img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bg_img .index_five_img>div:first-child {
    top: 0;
    right: 0;
    height: 100%;
    background-color: #fff;
    position: absolute;
    -webkit-transition: 1s linear;
    -o-transition: 1s linear;
    transition: 1s linear;
    z-index: 30;
}

.bg_img .index_five_img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width:991px) {
    .contact_box_list ul li {
        width: 100% !important;
    }
}
@media (max-width:767px) {
    .contact_map {
        margin-top: 80px;
        height: 550px;
    }
    .contact_box_top {
        flex-wrap: wrap;
    }
    .contact_cont_box {
        margin-top: -280px;
        padding: 30px 20px;
        padding-bottom: 15px;
    }
    .contact_box_top .right {
        padding-top: 20px;
    }
    .box_bottom_list .ul .li {
        padding-right: 0;
        margin-right:0;
        width: 100%;
    }
    .contact_box_list ul li {
        padding:10px 20px;
    }
    .box_list01 .icon {
        padding-top: 10px;
    }
    .box_list01 .icon img {
        width: 30px;
    }
    .box_bottom_list .ul .li:last-child {
        margin-top: 30px;
    }
    .box_bottom_list .ul .li::before {
        display: none;
    }

}


.contact_last .white_bg .title {
    color: var(--dark-color);

font-style: normal;
font-weight: 700;
line-height: 1.5;
}
.contact_last .white_bg .p {
padding-top: 16px;
    color:#666;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px;
}
.message_form .item_right {
    padding-top: 18px;
    margin-left: -12px;
    margin-right: -12px;
    overflow: hidden;
}
.message_form .col-3 {
    width: 33.33%;
    float: left;
    padding:16px 12px;
}
.message_form .colw100 {
float: left;
    width: 100%;
    padding: 16px 12px;
}
.message_form .col_z>span {display: block;
    color: var(--dark-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
.message_form .col_z>span>em {
    margin-left: 8px;
    color: var(--main-color);
font-size: 18px;
font-weight: 400;
font-style: normal;
}
.message_form .input-container {
    margin-top: 16px;
    position: relative;
    background: #FAFAFA;
}
.message_form .input-container input {
    outline: none;
    z-index: 1;
    padding: 12px 20px;
    position: relative;
    background: none;
    width: 100%;
    height: 64px;
    border: 0;
    color: #333;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Microsoft YaHei';
    text-align: left;
}
.message_form .input_select_box .span input{
    padding-right: 40px;
    cursor: pointer;
}
.message_form .input_select_box .icon {
   width: 24px;
    height: 24px;
    right: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/chevron-down.svg);
    background-repeat: no-repeat;
    cursor: pointer;
}

.message_form .input_select_box .drop_down_ {
    position: absolute;
    left: 0;
    top: 64px;
    width: 100%;
    background: #F5F6F8;
    border: 1px solid rgba(255, 255, 255, 0.30);
    border-top: none;
    padding-bottom: 10px;
    z-index: 9;
}

.message_form .input_select_box .drop_down_ p {
    padding: 8px 20px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}
.message_form .input-container textarea {
    outline: none;
    z-index: 1;
    position: relative;
    background: none;
    width: 100%;
    height: 230px;
    padding: 20px;
    line-height: 26px;
    border: 0;
    color: var(--dark-color);
    font-size: 16px;
    font-weight: 400;
    resize: none;
    font-family: "Microsoft YaHei";
}
.message_form .yanz {
    padding-top: 16px;
}
.message_form .yanz .input-container {
    margin-top: 0;
    width: 294px;
}
.message_form .message_code {
    margin-left: 16px;
}
.message_form .message_code img {
    height: 64px;
}
.message_form .text-area label {
    position: absolute;
    bottom: -20px;
    left: 0;
    color: var(--main-color);
}

.message_form_text {
padding-top: 28px;
    color: #999;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; 
}
.message_form .more_n button {
    width: 160px;
}
.message_form .last_button .more_n a span {
color: #666666;
}
.message_form .last_button .more_n a:hover span {
color: var(--white-color);
}
.message_form .mess_submit {
margin-left: 16px;
    width: 160px;
height: 58px;
background-color: var(--main-color);
color: var(--white-color);
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px;
cursor: pointer; 
}


.message_form .input-container input::-webkit-input-placeholder,
.message_form textarea::-webkit-input-placeholder {
    color: #999;
    font-size: 16px;
    font-family: "Microsoft YaHei";
}

.message_form .input-container input::-moz-placeholder,
.message_form textarea::-moz-placeholder {
    color: #999;
    font-size: 16px;
    font-family: "Microsoft YaHei";
}

.message_form .input-container input::-ms-input-placeholder,
.message_form textarea::-ms-input-placeholder {
    color: #999;
    font-size: 16px;
    font-family: "Microsoft YaHei";
}

@media (max-width:991px) {
    .message_form .col-3 {
        width: 50%;
    }

}
@media (max-width:767px) {
    .contact_box_bottom {
        margin-top: 20px;
        padding-bottom: 30px;
    }
    .contact_last .white_bg {
        padding: 40px 20px;
    }
    .bg_img {
        height: 400px;
    }
    .message_form .col-3 {
        width: 100%;
    }
    .message_form .yanz {
        display: block;
    }
    .message_form .yanz .input-container {
        width:100%;
    }
    .message_form .message_code {
        margin-left: 0;
        margin-top: 30px;
    }
    .message_form .mess_submit {
        height: 50px;
    }
    .message_form .more_n button {
        width: 100%;
    }
    .message_form .last_button .more_n,.message_form .mess_submit{
        width: calc(50% - 10px);
    }
    .message_form .last_button .more_n a {
        display: block;
        width: 100%;
    }
    .message_form .input-container textarea {
        height: 200px;
    }
.message_form .input-container input::-webkit-input-placeholder,
.message_form textarea::-webkit-input-placeholder {
    font-size: 14px;
}

.message_form .input-container input::-moz-placeholder,
.message_form textarea::-moz-placeholder {
    font-size: 14px;
}

.message_form .input-container input::-ms-input-placeholder,
.message_form textarea::-ms-input-placeholder {
    font-size: 14px;
}
.message_form .input-container input {
    height: 58px;
}
.message_form .message_code img {
    height: 58px;
}
.message_form .input_select_box .drop_down_ {
    top: 58px;
}
.contact_last {
    padding-bottom: 10px;
}
.bg_img .index_five_img>div:first-child {
    display: none;
}
.box_list01 .two_t {
    font-size: 18px;
    line-height: 1.2;
}
}


/* bottom */
.new_bottom {
    width: 100%;
    padding-top: 68px;
    background-color: var(--white-color);
    overflow: hidden;
}

.new_n_list {
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-bottom: none;
    border-right: none;
}

.new_n_list ul {
    overflow: hidden;
}

.new_n_list ul li {
    width: 33.33%;
    float: left;
    border-right: 1px solid rgba(0, 0, 0, 0.10);
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    ;
}

.new_n_list a {
    position: relative;
    display: block;
    padding: 40px;
    overflow: hidden;
    z-index: 1;
}

.new_n_list .thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    transition: all .3s ease;
    z-index: -1;
}

.new_n_list .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new_n_list .thumb .mask {
    position: relative;
    width: 100%;
    height: 100%;
}

.new_n_list .thumb .mask::before {
    content: "";
    position: absolute;

    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.60);
}

.new_n_list .time {
    padding-left: 26px;
    color: var(--main-color);
    font-family: 'Archivo';
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    background-image: url(../images/time_red.svg);
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: left center;
}

.new_n_list .title {
    margin-top: 24px;
    color: var(--dark-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    height: 60px;
}

.new_n_list .des {
    margin-top: 24px;
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    height: 52px;
}

.new_n_list .line {
    margin-top: 32px;
    margin-bottom: 32px;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.10);
}

.new_n_list .icon {
    display: flex;
    justify-content: flex-end;
    height: 24px;
}

.new_n_list .icon img {
    width: 24px;
}

.new_n_list .icon img:nth-child(2) {
    display: none;
}

.new_n_list a:hover .icon img:nth-child(1) {
    display: none;
}

.new_n_list a:hover .icon img:nth-child(2) {
    display: block;
}

.new_n_list a:hover .thumb {
    background-color: var(--main-color);
    opacity: 1;
}

.new_n_list a:hover .time {
    color: var(--white-color);
    background-image: url(../images/white_time.svg);
}

.new_n_list a:hover .title,
.new_n_list a:hover .des {
    color: var(--white-color);
}

.new_n_list a:hover .line {
    background-color: rgba(255, 255, 255, 0.20);
}

@media (max-width:1279px) {
    .new_n_list a {
        padding: 30px;
    }

}

@media (max-width:991px) {
    .new_n_list a {
        padding: 30px 26px;
    }

    .new_n_list .line {
        margin-top: 20px;
        margin-bottom: 20px;
    }

}

@media (max-width:767px) {
    .new_n_list ul li {
        width: 50%;
    }

}

@media (max-width:540px) {
    .new_n_list ul li {
        width: 100%;
    }

    .new_n_list a {
        padding: 25px 20px;
    }

    .new_n_list .title {
        margin-top: 16px;
        font-size: 18px;
        line-height: 26px;
        height: 52px;
    }

    .new_n_list .des {
        margin-top: 20px;
    }

}

/* article */
.article_cont {
    width: 100%;
    height: 100%;
    min-height: 50vh;
    padding-top: 40px;
    padding-bottom: 80px;
    background: #FAFAFA;
}

.article_cont .white_bg {
    position: relative;
    padding: 56px;
    background-color: var(--white-color);
}

.pro_xq_back {
    position: absolute;
    left: -60px;
    top: 0px;
    z-index: 9;
}

.pro_xq_back.on {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 100;
}

.pro_xq_back a {
    display: inline-flex;
    padding: 16px;
    align-items: center;
    background: #FFF;
    transition: all 0.3s;
}

.pro_xq_back a img:nth-child(2) {
    display: none;
}

.pro_xq_back a:hover img:nth-child(1) {
    display: none;
}

.pro_xq_back a:hover img:nth-child(2) {
    display: block;
}

.pro_xq_back a:hover {
    background-color: var(--main-color);
}

.white_bg .page_menu_right a:first-child {
    background-image: url(../images/home_grey.svg);
}

.white_bg .page_menu_right a:nth-child(n + 2) {
    color: rgba(0, 0, 0, 0.20);
    background-image: url(../images/line_grey.svg);
}

.white_bg .page_menu_right a:last-child {
    margin-right: 0;
    padding-right: 0;
    background-image: none;
}

.white_bg .page_menu_right a:nth-child(n + 2):hover {
    color: #666;
    opacity: 1;
}

.article_n {
    /* display: flex; */
    padding-top: 30px;
}

.article_n .article_left {
    float: left;
    width: calc(100% - 432px);
    padding-right: 56px;
    margin-right: 56px;
    border-right: 1px solid rgba(0, 0, 0, 0.10);
}

.article_n .article_right {
    float: left;
    width: 376px;
    position: sticky;
    top: 0;
    z-index: 9;
}
.article_n .article_right .s_t{
 padding-bottom: 24px;
    color: var(--dark-color);
font-weight: 700;
line-height: 1.5;
}
.article_left .article_title {
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.article_left .article_title .title {
    color: var(--dark-color);
    font-weight: 700;
    line-height: 1.5;
}

.article_left .article_title .mid {
    padding-top: 24px;
}

.article_left .article_title .mid .left {
    font-family: 'Archivo';
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.article_left .article_title .mid .left img {
    margin-right: 8px;
}

.article_left .article_title .mid .left .line {
    margin-left: 19px;
    margin-right: 19px;
    width: 1px;
    height: 10px;

    background-color: rgba(0, 0, 0, 0.10);
}

.article_left .article_title .right .share_button i {
    display: flex;
    width: 42px;
    height: 42px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
}

.share_button .i {
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-right: 4px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
    cursor: pointer;
}

.share_button .i:last-child {
    margin-right: 0;
}

.share_button .bigger {
    background-image: url(../images/big_jia.svg);
}

.share_button .smaller {
    background-image: url(../images/big_jian.svg);
}

.share_button .share_btn {
    background-image: url(../images/new_xq_share.svg);
}
.share_button .i:hover {
    background-color: #EAEAEA;
    opacity: 1;
}
.share_button .bigger:hover {
    background-image: url(../images/big_jia_red.svg);
}

.share_button .smaller:hover {
    background-image: url(../images/big_jian_red.svg);
}

.share_button .share_btn:hover {
    background-image: url(../images/new_xq_share_red.svg);
}


.article_text {
    padding-top: 32px;
}

.article_left .article_text p {
    padding-bottom: 30px;

    color: #666;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;

}
.article_left .article_text p:last-child {
    padding-bottom: 30px;
}
.article_left .article_text p img {
    display: block;
    max-width: 100%;
    width: auto !important;
    height: auto !important;
    margin: 0 auto;
}
.article_right .thumb {
    position: relative;
    width: 100%;
}
.article_right .thumb i {
   
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: -webkit-transform 1.3s;
    transition: -webkit-transform 1.3s;
    -o-transition: transform 1.3s;
    transition: transform 1.3s;
    transition: transform 1.3s, -webkit-transform 1.3s;
    -webkit-transition: transform 1.3s;
}
.article_right .thumb .article_r_text {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 16px;
    width: 100%;
}

.article_right .thumb .article_r_text .time span {
    color: rgba(255, 255, 255, 0.5);
    font-family: Archivo;
    font-size: 16px;
padding-left: 26px;
    background-image: url(../images/new_xq_r_time.svg);
    background-size: 18px 18px;
    background-position: left center;
    background-repeat: no-repeat;
}
.article_right .thumb .article_r_text .t{
    margin-top: 8px;
    color: var(--white-color);
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 32px;
}
.article_right .thumb a:hover i{
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}
.article_right .ul li{
    padding-top: 24px;
}
.article_right .ul li a {
    display: block;
    padding: 16px;
    border: 1px solid rgba(0, 0, 0, 0.10);
}
.article_right .ul .time span{
    color: rgba(102,102,102, 0.5);
    font-family: Archivo;
    font-size: 16px;
padding-left: 26px;
    background-image: url(../images/new_xq_r_time2.svg);
    background-size: 18px 18px;
    background-position: left center;
    background-repeat: no-repeat;
}
.article_right .ul .t {
    margin-top: 8px;
    color: var(--dark-color);
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 32px;
height: 64px;
}
.article_right .ul a:hover .t  {
    color: var(--main-color);
}


.article_right .up_ {
padding-top: 32px;
}
.article_right .up_ a {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    color: #666;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px;
}
.article_right .up_ .t {
flex: 1;
color: #666;
font-size: 16px;font-weight: 400;
}
.article_right .up_ a:hover .t {
    color: var(--main-color);
}

@media (max-width:1365px) {
    .article_n .article_left {
        width: calc(100% - 356px);
        padding-right: 56px;
        margin-right: 56px;
    }
    
    .article_n .article_right {
        width: 300px;
    }

}
@media (max-width:1280px) {
    .article_n .article_left {
        width: calc(100% - 340px);
        padding-right: 40px;
        margin-right: 40px;
    }
    
    .article_n .article_right {
        width: 300px;
    }

}
@media (max-width:1200px) {
    .article_n .article_left {
        width: calc(100% - 310px);
        padding-right: 40px;
        margin-right: 40px;
    }
    
    .article_n .article_right {
        width: 270px;
    }

}
@media (max-width:991px) {
    .pro_xq_back {
        display: none !important;
    }
    .article_cont .white_bg {
        padding: 50px 30px;
    }
    .article_n .article_left {
        width: calc(100% - 230px);
        padding-right: 30px;
        margin-right: 30px;
    }
    
    .article_n .article_right {
        width: 200px;
    }
    .article_left .article_title .mid .left .line {
        margin-left: 10px;
        margin-right: 10px;
    }

}
@media (max-width:767px) {
    .new_bottom {
        padding-top: 50px;
    }
    .article_cont {
        padding-top: 110px;
        padding-bottom: 50px;
    }
    .article_cont .white_bg {
        padding: 40px 20px 30px 20px;
    }
    .article_n .article_left {
        width:100%;
        padding-right: 0;
        margin-right: 0;
        border-right: none;
    }
    
    .article_n .article_right {
        width: 100%;
        position: relative;
    }
    .article_n {
        padding-top: 0;
    }
    .article_left .article_title .mid {
        padding-top: 16px;
        flex-wrap: wrap;
    }
    .article_left .article_title .mid .left {
        width: 100%;
        padding-bottom: 15px;
    }
    .article_left .article_title {
        padding-bottom: 16px;
    }
    .article_right .ul .t {
        font-size: 16px;
        line-height: 26px;
        height: auto;
    }
    .fen {
        font-size: 20px;
    }
    .article_right .thumb .article_r_text .t {
        line-height: 26px;
    }
}

/* pro list */
.pro_list_top_bg {
    background-color: #F5F5F7;
    background-image: url(../images/pro_list_bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-top: 150px;
    overflow: hidden;
}

.pro_list_top_bg .top_cont {
    padding-bottom: 35px;
}

.pro_list_top_bg .top_cont .left {
    width: 50%;
    max-width: 635px;
    padding-right: 100px;
}

.pro_list_top_bg .top_cont .left .s_t {
    color: var(--main-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.pro_list_top_bg .top_cont .left .b_t {
    padding-top: 8px;
    color: var(--dark-color);

    font-weight: 700;
    line-height: 1.5;
}

.pro_list_top_bg .top_cont .left .line {
    width: 100%;
    height: 1px;
    margin-top: 34px;
    margin-bottom: 34px;
    background-color: rgba(0, 0, 0, 0.20);
}

.pro_list_top_bg .top_cont .left .text {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.pro_list_top_bg .top_cont .left .pro_list_more {
    padding-top: 48px;
}

.pro_list_top_bg .top_cont .left .pro_list_more a {
    position: relative;
    padding: 14px 20px;
    display: inline-block;
    min-width: 160px;
    border: 1px solid rgba(143, 143, 143, 0.80);
    background: rgba(217, 217, 217, 0.20);
    backdrop-filter: blur(4px);

    text-align: center;
    overflow: hidden;
    z-index: 1;
}

.pro_list_top_bg .top_cont .left .pro_list_more a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    background-color: var(--main-color);
    transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    z-index: -1;
}

.pro_list_top_bg .top_cont .left .pro_list_more a span {
    padding-right: 28px;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    background-image: url(../images/pro_list_icon2.svg);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: right;
}

.pro_list_top_bg .top_cont .left .pro_list_more a:hover {
    border-color: var(--main-color);
}

.pro_list_top_bg .top_cont .left .pro_list_more a:hover span {
    color: var(--white-color);
    background-image: url(../images/pro_list_icon_hover.svg);
}

.pro_list_top_bg .top_cont .left .pro_list_more a:hover:before {
    width: 200px;
    height: 200px;

}

.pro_list_top_bg .top_cont .right {
    width: 50%;
    text-align: right;
}

.pro_list_top_bg .top_cont .right img {
    width: 709px;
}

.pro_list_top_bg .top_bottom {
    position: relative;
    padding: 56px 0 25px 0;
    z-index: 1;
}

.pro_list_top_bg .top_bottom::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 112px);
    height: 100%;
    background: #FFF;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}

.pro_list_top_bg .top_bottom .left {
    position: relative;
    padding-bottom: 16px;
    color: var(--dark-color);
    font-weight: 700;
    line-height: 1.5;
}

.pro_list_top_bg .top_bottom .left::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 16px;
    height: 2px;
    background-color: var(--main-color);
}

.pro_list_top_bg .top_bottom .right {
    font-size: 16px;
    font-weight: 400;
}

.pro_list_top_bg .top_bottom .right span {
    color: var(--main-color);
    margin-left: 4px;
    margin-right: 4px;
}


.pro_list_list ul {
    margin-left: -16px;
    margin-right: -16px;
    overflow: hidden;
}

.pro_list_list ul li {
    width: 50%;
    float: left;
    padding: 16px;
}

.pro_list_list .bg {
    position: relative;
    display: block;
    width: 100%;
    height: 360px;
    padding: 48px;
    background: #F4F4F4;
    overflow: hidden;
}

.pro_list_list .bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: var(--main-color);
    transition: width .4s;
}

.pro_list_list .bg .left_title {
    width: 30%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.pro_list_list .bg .left_title .t {
    position: relative;
    padding-bottom: 16px;
    color: var(--dark-color);
    font-weight: 700;
    line-height: 1.5;
}

.pro_list_list .bg .left_title .t::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 10px;
    height: 2px;
    background-color: var(--main-color);
}

.pro_list_list .bg .icon {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
}

.pro_list_list .bg .icon img {
    transition: all .6s;
}

.pro_list_list .bg .icon img:nth-child(2) {
    display: none;
}

.pro_list_list .bg .thumb {
    position: absolute;
    right: 0;
    top: 35px;
    width: 65%;
    height: calc(100% - 70px);
}

.pro_list_list .bg .thumb i {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    overflow: hidden;
}

.pro_list_list .more_b {
    display: flex;
}

.pro_list_list .more_b div {
    display: flex;
    position: relative;
    padding: 15px;
    align-items: center;
    justify-content: flex-end;
    border: 1px solid rgba(0, 0, 0, 0.20);

}

.pro_list_list .more_b span {
    position: absolute;
    right: 42px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--main-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    width: max-content;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.pro_list_list .more_b i {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../images/pro_jt_black.svg);
    background-repeat: no-repeat;
}

.pro_list_list a:hover .more_b div {
    transition: all 0.5s ease;
    border-color: var(--white-color);
    background-color: var(--white-color);
}

.pro_list_list a:hover .more_b i {
    background-image: url(../images/pro_jt_red.svg);
}

.pro_list_list a:hover .left_title .t {
    color: var(--white-color);
}

.pro_list_list a:hover .left_title .t::before {
    background-color: var(--white-color);
}

@media (min-width:768px) {
    .pro_list_list a:hover .more_b div {
        padding-left: 90px;
    }

    .pro_list_list a:hover .more_b span {
        opacity: 1;
    }

}

.pro_list_list .bg:hover:before {
    width: 100%;
}

.pro_list_list .bg:hover .icon img:nth-child(1) {
    display: none;
}

.pro_list_list .bg:hover .icon img:nth-child(2) {
    display: block;
}

.pro_list_list .bg:hover .thumb {
    background-image: url(../images/pro_list_r_bg.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.pro_list_bottom {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.pro_list_bottom .left::before,
.pro_list_bottom .right:before {
    content: "";
    position: absolute;
    top: 0;
    width: 200%;
    height: 100%;
    transition: all 0.8s cubic-bezier(0, 0, 0, 0.8);
    z-index: -1;
}

.pro_list_bottom .left::before {
    right: 0;
    background: var(--dark-color);
}

.pro_list_bottom .right::before {
    left: 0;
    background: var(--main-color);
}

.pro_list_bottom>.ul {
    display: flex;
    align-items: stretch;
}

.pro_list_bottom>.ul .bg {
    position: relative;
}

.pro_list_bottom .left,
.pro_list_bottom .right {
    position: relative;
    width: 50%;
    padding: 80px 0 90px 0;
}

.pro_list_bottom .left {
    padding-right: 85px;
}

.pro_list_bottom .right {
    padding-left: 85px;
}

.pro_list_bottom>.ul .title {
    color: #FFF;

    font-weight: 700;
    line-height: 1.5;
}

.pro_list_bottom>.ul .text {
    padding-top: 14px;
    color: #FFF;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.pro_list_bottom>.ul .icon {
    width: 64px;
    transition: all 0.3s;
}

@media (min-width:768px) {
    .pro_list_bottom .left:hover .icon {
        transform: translateX(-10px);
    }

    .pro_list_bottom .right:hover .icon {
        transform: translateX(-10px);
    }

}

@media (max-width:1365px) {
    .pro_list_list .bg {
        height: 340px;
    }

    .pro_list_list .bg .left_title {
        width: 40%;
    }
}

@media (max-width:1279px) {
    .pro_list_list .bg {
        height: 320px;
        padding: 30px;
    }

}

@media (max-width:1200px) {
    .pro_list_list .bg {
        height: 280px;
    }

    .pro_list_list .bg .thumb {
        width: 60%;
    }


}

@media (max-width:991px) {
    .pro_list_top_bg .top_cont .left {
        padding-right: 60px;
    }

    .pro_list_bottom>.ul .icon {
        width: 40px;
    }

    .pro_list_bottom .left {
        padding-right: 30px;
    }

    .pro_list_bottom .right {
        padding-left: 30px;
    }
}

@media (max-width:767px) {
    .pro_list_top_bg .top_cont {
        flex-wrap: wrap;
    }

    .pro_list_top_bg .top_cont .left {
        padding-right: 0;
        width: 100%;
    }

    .pro_list_top_bg .top_cont .right {
        width: 100%;
        padding-top: 20px;
        text-align: center;
    }

    .pro_list_top_bg .top_cont .left .line {
        margin-top: 26px;
        margin-bottom: 26px;
    }

    .pro_list_top_bg .top_cont .left .pro_list_more a {
        padding: 14px 20px;
        min-width: inherit;
    }

    .pro_list_top_bg .top_bottom {
        padding: 30px 20px 15px 20px;
    }

    .pro_list_top_bg .top_bottom::before {
        width: 100%;
    }
    .pro_list_top_bg .top_bottom .left {
        padding-bottom: 10px;
   
    }

    .pro_list_list ul li {
        width: 100%;
    }

    .pro_list_bottom>.ul .icon {
        width: 30px;
    }

    .pro_list_bottom>.ul {
        flex-wrap: wrap;
        padding-left: 0;
        padding-right: 0;
    }

    .pro_list_bottom .left,
    .pro_list_bottom .right {
        width: 100%;
        padding: 50px 30px;
    }
}

@media (max-width:540px) {
    .pro_list_list ul li {
        width: 100%;
    }

    .pro_list_list .bg {
        height: 230px;
        padding: 20px;
    }

    .pro_list_list .more_b div {
        padding: 8px;
    }

    .pro_list_list .bg .left_title {
        width: 45%;
    }

    .pro_list_bottom>.ul .bg {
        display: block;
    }

    .pro_list_bottom>.ul .icon {
        padding-top: 20px;
    }

}
/* product show */

.pro_xq_tech {
    padding-top: 32px;
    padding-bottom: 50px;
    width: 100%;
}
.case_xq_cont .xq_cont .xq_cont_right .s_t,
.pro_xq_tech .s_t {
    padding-bottom: 24px;
    color: var(--dark-color);

    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}

.table {
    margin-bottom: 55px;
    width: 100%;
    overflow-x: auto;
}


.table:last-child {
    margin-bottom: 0;
}

.table table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.10);
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.table table thead {
    background: #DCDCDC;
}

.table table thead {
    color: var(--dark-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.table table tr td {
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-bottom: none;
    border-right: none;
    color: #666;
    text-align: center;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    white-space: nowrap;
}

.pro_xq_tech .text {
    padding-bottom: 24px;
}

.pro_xq_tech .text p {
    color: #666;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}